Alert

Displays a message in an alert dialog box. The tester must click the OK button to close the dialog box and continue running the script.

Note: Do not use this statement in scripts that run unattended because manual intervention is required.

Syntax

Alert("Message")

Arguments

Argument Description
Message Message to display.

Example

Alert("The Go button is disabled.")